home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / fpupatch.lzh / FPU / TEST / FPU_TEST.PRJ < prev   
Encoding:
Text File  |  1991-10-21  |  589 b   |  19 lines

  1. ;>>>>>>> DEFAULT.PRJ for use with single module programs <<<<<<<<
  2.  
  3. FPU_TEST.TTP       ; name of executable program is topmost window
  4. .C [-W-pro]
  5. =                  ; list of modules follows...
  6.  
  7. TCSTART.O          ; startup code
  8.  
  9. FPU_TEST.C         ; compile topmost window
  10.  
  11. TCFLT.LIB          ; floating point library
  12. TCSTD.LIB          ; standard library
  13.  
  14. TCEXTLIB.LIB       ; extended library
  15. TCTOSLIB.LIB       ; TOS library
  16. TCGEMLIB.LIB       ; AES and VDI library
  17. TCLNALIB.LIB       ; LINE-A library
  18.  
  19. ;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<